Subsystem Class

Represents the KINGSTAR Subsystem.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.OpcUa.Class.Subsystem

Namespace: IntervalZero.KINGSTAR.OpcUa.Class

Assembly: IntervalZero.KINGSTAR.OpcUa.Class (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public class Subsystem : BaseSubsystem
Public Class Subsystem Implements BaseSubsystem

 

The Subsystem class exposes the following members.

Constructors

  Name Description
Subsystem A creator for the Subsystem class. This class contains the necessary information about controlling the KINGSTAR library.
Subsystem A creator for the Subsystem class. This class contains the necessary information about controlling the KINGSTAR library.

Methods

  Name Description

Connect

Connects to a runtime computer. First API to call.

Disconnect

Disconnects from the runtime computer.

Log

Records the specified data in the logging shared memory.

Properties

  Name Description
Connected

Indicates if the class is currently connected to the OPC UA server or not.

OperationTimeout

The Timeout for the OPC UA requests.

 

See also

IntervalZero.KINGSTAR.OpcUa.Class Namespace